Add GtkGrid
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 Sep 2010 14:44:31 +0000 (10:44 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 22 Oct 2010 14:42:50 +0000 (16:42 +0200)
commit8f0ae8e8a3dd3e7dfa1cdb49bbfab61b8339ce9f
treeacb2a1fd8dc3efbafc0fb0615d9fbaa386ca643b
parentc10127156f172ed172ec2a29408ff2e93b764843
Add GtkGrid

GtkGrid is a container similar to GtkTable, without legacy
properties and unnecessary restrictions.
It does height-for-width geometry management.
docs/reference/gtk/gtk-docs.sgml
docs/reference/gtk/gtk3-sections.txt
docs/reference/gtk/gtk3.types
gtk/Makefile.am
gtk/gtk.h
gtk/gtk.symbols
gtk/gtkgrid.c [new file with mode: 0644]
gtk/gtkgrid.h [new file with mode: 0644]
tests/Makefile.am
tests/testgrid.c [new file with mode: 0644]